Ribbon for WinForms
IsSurrogatePair(Char[],Int32) メソッド

C1.Win.4.8 アセンブリ > C1.Util 名前空間 > CodeRange クラス > IsSurrogatePair メソッド : IsSurrogatePair(Char[],Int32) メソッド
The text as character's array for test.
The index of array.
Whether is pair of surrogate characters.
シンタックス
'宣言
 
Public Overloads Shared Function IsSurrogatePair( _
   ByVal text() As Char, _
   ByVal idx As Integer _
) As Boolean
public static bool IsSurrogatePair( 
   char[] text,
   int idx
)

パラメータ

text
The text as character's array for test.
idx
The index of array.

戻り値の型

true if is pair of surrogate characters, otherwise false.
参照

CodeRange クラス
CodeRange メンバ
オーバーロード一覧